home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 6265 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: rpool12.rus.uni-stuttgart.de!etk11485
  2. From: Joerg Deutschle <etk11485@rpool12.rus.uni-stuttgart.de>
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Some words on  HD vs DD Floppies
  5. Date: Fri, 16 Feb 1996 11:27:48 +0100
  6. Organization: Comp.Center (RUS), U of Stuttgart, FRG
  7. Message-ID: <Pine.A32.3.91.960216105950.36025A-100000@rpool12.rus.uni-stuttgart.de>
  8. NNTP-Posting-Host: rpool12.rus.uni-stuttgart.de
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11.  
  12. Hi everyone,
  13.  
  14. there is a discussion going  on  regarding  DD and HD floppies,  and 
  15. why one can't  use a PC-HD floppy with an Amiga in HD-mode.
  16.  
  17. Within  PAULA a register exists that contains a bit named "FAST". In the 
  18. documentation  i have, this bit sets the  data transferrate to 2 or  4 
  19. microseconds/bit. 2 us/bit is used for  MFM-mode and  4 us/bit for 
  20. GCR-mode (sounds familiar? C64 floppy 1541 is using GCR-coding). That 
  21. means  that PAULA can put data out at 500,000 bits/s or  250,000 bits/s.  
  22. Since a floppy is spinning with 300rpm, that makes 5 rounds per second, 
  23. our beloved custom chip is able  to put  100,000 bits on one  track (in  
  24. MFM-mode). In bytes:  100,000/8=12,500 bytes. Sounds like  HD to  you?
  25. No,  it isn't. You have to consider that the MFM-coding of  your data to 
  26. be written on disk takes a lot away. Additionally there are still 
  27. sector-header, sync-marks and gaps between them, which take  up space.  
  28. All in all you are left with about half the amount of storage capacity 
  29. calculated above  --> ca. 6kbytes (diskspare.device comes in  mind). The  
  30. original  Amiga floppy format  stores  11 sectors a  512 bytes = 5,5 
  31. Kbytes on  one track.
  32. In order  to store  11 Kbytes on one track (12 Kbytes with 
  33. diskspare.device) you need a data transferspeed of 1,000,000 bits/s (one 
  34. million)!!!
  35. To get  this  AT has not only to develop a  new Paula, but  also a new 
  36. Alice which is able to provide that much data in all screenmodes. 
  37. BTW, a 300rpm  HD floppy would also need a new  ID-mode. 
  38.  
  39. Bye, Joerg!
  40.  
  41. P.S.: With the "FAST" bit set on 4 us/bit one  should be able to use HD 
  42. disk with an 150rpm HD drive in DD-mode. Just haven't seen a hack for 
  43. that yet.
  44.